home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000226_news@columbia.edu_Tue Jun 27 21:26:53 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19450
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 27 Jun 1995 21:27:52 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24240
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 27 Jun 1995 21:27:51 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!europa.chnt.gtegsc.com!news.sprintlink.net!noc.netcom.net!netcom.com!jhurwit
  7. From: jhurwit@netcom.com (Jeffrey Hurwit)
  8. Subject: Configurable APC checking in next MSK release?
  9. Message-Id: <jhurwitDAuowt.ICo@netcom.com>
  10. Organization: Organization?  What organization?
  11. X-Newsreader: TIN [UNIX 1.3 950520BETA PL0]
  12. Date: Tue, 27 Jun 1995 21:26:53 GMT
  13. Lines: 23
  14. Sender: jhurwit@netcom13.netcom.com
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. I've written a script to automate an exchange of files between my Unix
  18. account (running C-Kermit 5A(190)) and my PC (running Kermite 3.14 PL
  19. 6).  It seemed best to run it on the Unix side (since it will be
  20. launched along with C-Kermit from a shell script), and control the PC
  21. Kermit with APC commands.  To make the script work, I also needed to
  22. write a small macro for the PC side (to be launched with an APC
  23. command) that would check for a file, and tell the C-Kermit script
  24. whether it exists or not.  This would not work until I set APC
  25. unchecked on the PC Kermit, because apparently the output command is
  26. not considered safe to use in a script or macro that is invoked with an
  27. APC command.  I don't really like running Kermit on my PC with APC
  28. unchecked, but I don't know of any other way this little macro can tell
  29. the C-Kermit script whether or not the file exists without use of
  30. output commands.
  31.  
  32. For the next release of MS-Kermit, would it be feasible to make it
  33. possible for the user to define a list of safe (or unsafe) commands for
  34. APC checking, perhaps to work in a way similar to setting control
  35. character prefixing?
  36.  
  37. Thanks in advance for your consideration,
  38.  
  39.                                         Jeff